home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / SmallEiffel 0.3.3 / SmallEiffel PPC / lib_msg / bad_array1.e < prev    next >
Encoding:
Text File  |  1996-06-13  |  132 b   |  17 lines  |  [TEXT/EDIT]

  1. class TT
  2.  
  3. creation make
  4.  
  5. feature 
  6.  
  7.    make is
  8.       local
  9.      a1: ARRAY[INTEGER];
  10.       do
  11.      if a1.bidon then
  12.      end;
  13.       end;
  14.  
  15. end
  16.  
  17.